-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Salesforce Apex extension #1449
base: main
Are you sure you want to change the base?
Add Salesforce Apex extension #1449
Conversation
We require contributors to sign our Contributor License Agreement, and we don't have @brianevanmiller on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
* added Apex to top level extensions
43e4772
to
dec1224
Compare
@maxdeviant - I fixed the ID mismatch |
It looks like there is an issue with the Tree-sitter grammar:
It looks like the Apex Tree-sitter grammar keeps the grammar in a subdirectory: https://github.com/aheber/tree-sitter-sfapex/tree/943a3eb7f55733929ccafe06841087c3004cb4e0/apex So you'll to specify that in the [grammars.apex]
repository = "https://github.com/aheber/tree-sitter-sfapex"
commit = "c99ad4b16d112fea91745e3f1b769754239fdaba"
path = "apex" |
Thank you @maxdeviant, I added the path in this commit 👍🏻 |
Looks like there's a problem in one of the Tree-sitter queries:
|
Provides syntax highlighting for the Salesforce "Apex" language